home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / NDK / NDK_1.3 / Include-Strip1.3 / include.h / graphics / sprite.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-07-15  |  168 b   |  12 lines

  1. #ifndef    GRAPHICS_SPRITE_H
  2. #define    GRAPHICS_SPRITE_H
  3. #define    SPRITE_ATTACHED    0x80
  4. struct    SimpleSprite
  5. {
  6. UWORD    *posctldata;
  7. UWORD    height;
  8. UWORD    x,y;
  9. UWORD    num;
  10. };
  11. #endif
  12.